﻿2026-07-22T07:49:32.1764527Z ##[group]Run actions/checkout@v5
2026-07-22T07:49:32.1765042Z with:
2026-07-22T07:49:32.1765346Z   fetch-depth: 0
2026-07-22T07:49:32.1765712Z   repository: BigscreenVR/spt-bs-core
2026-07-22T07:49:32.1768639Z   token: ***
2026-07-22T07:49:32.1768945Z   ssh-strict: true
2026-07-22T07:49:32.1769281Z   ssh-user: git
2026-07-22T07:49:32.1769613Z   persist-credentials: true
2026-07-22T07:49:32.1769963Z   clean: true
2026-07-22T07:49:32.1770282Z   sparse-checkout-cone-mode: true
2026-07-22T07:49:32.1770702Z   fetch-tags: false
2026-07-22T07:49:32.1771021Z   show-progress: true
2026-07-22T07:49:32.1771341Z   lfs: false
2026-07-22T07:49:32.1771624Z   submodules: false
2026-07-22T07:49:32.1771958Z   set-safe-directory: true
2026-07-22T07:49:32.1772330Z   allow-unsafe-pr-checkout: false
2026-07-22T07:49:32.1772708Z ##[endgroup]
2026-07-22T07:49:32.3537894Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T07:49:32.3539117Z ##[group]Getting Git version info
2026-07-22T07:49:32.3539668Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T07:49:32.3761747Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T07:49:32.3997946Z git version 2.43.0.windows.1
2026-07-22T07:49:32.4019348Z ##[endgroup]
2026-07-22T07:49:32.4027134Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\945b347b-7b0b-4b80-9198-09721d1e00c7\.gitconfig'
2026-07-22T07:49:32.4040073Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\945b347b-7b0b-4b80-9198-09721d1e00c7' before making global git config changes
2026-07-22T07:49:32.4041217Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T07:49:32.4044870Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T07:49:32.4288716Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T07:49:32.4493373Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T07:49:32.4514146Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T07:49:32.4518052Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T07:49:32.5656658Z HEAD
2026-07-22T07:49:32.5935058Z ##[endgroup]
2026-07-22T07:49:32.5938232Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T07:49:33.1858013Z ##[group]Cleaning the repository
2026-07-22T07:49:33.1863592Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T07:49:41.1829983Z Removing target/
2026-07-22T07:49:41.1861833Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T07:49:41.2472093Z HEAD is now at 1e7b5c63 Merge 4ea48f72ff971a3ad7a6f8467b6a559ab9d9e134 into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:49:41.2492449Z ##[endgroup]
2026-07-22T07:49:41.2496621Z ##[group]Disabling automatic garbage collection
2026-07-22T07:49:41.2501549Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T07:49:41.2746306Z ##[endgroup]
2026-07-22T07:49:41.2746815Z ##[group]Setting up auth
2026-07-22T07:49:41.2752334Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T07:49:41.2982490Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T07:49:41.7858793Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T07:49:41.8102664Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T07:49:42.3022601Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T07:49:42.3267475Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T07:49:42.8963785Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T07:49:42.9307064Z ##[endgroup]
2026-07-22T07:49:42.9307581Z ##[group]Fetching the repository
2026-07-22T07:49:42.9314992Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +7668790713f14a464e3f00385f5608118824de77:refs/remotes/pull/58/merge
2026-07-22T07:49:44.4713614Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T07:49:44.4714107Z  * [new branch]        fix/load-flake-cause-legs                -> origin/fix/load-flake-cause-legs
2026-07-22T07:49:44.4714596Z  + 1e7b5c63...76687907 7668790713f14a464e3f00385f5608118824de77 -> pull/58/merge  (forced update)
2026-07-22T07:49:44.4848468Z ##[endgroup]
2026-07-22T07:49:44.4848905Z ##[group]Determining the checkout info
2026-07-22T07:49:44.4849260Z ##[endgroup]
2026-07-22T07:49:44.4854202Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T07:49:44.5133858Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T07:49:44.5370566Z ##[group]Checking out the ref
2026-07-22T07:49:44.5375376Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/58/merge
2026-07-22T07:49:44.6955289Z Warning: you are leaving 1 commit behind, not connected to
2026-07-22T07:49:44.6956632Z any of your branches:
2026-07-22T07:49:44.6957147Z 
2026-07-22T07:49:44.6957539Z   1e7b5c63 Merge 4ea48f72ff971a3ad7a6f8467b6a559ab9d9e134 into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:49:44.6957985Z 
2026-07-22T07:49:44.6958210Z If you want to keep it by creating a new branch, this may be a good time
2026-07-22T07:49:44.6958651Z to do so with:
2026-07-22T07:49:44.6958768Z 
2026-07-22T07:49:44.6958968Z  git branch <new-branch-name> 1e7b5c63
2026-07-22T07:49:44.6959205Z 
2026-07-22T07:49:44.6959635Z HEAD is now at 76687907 Merge 58aab1f7e99b0a0c8a2c678eeaf38eaa38958b2e into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:49:44.6982233Z ##[endgroup]
2026-07-22T07:49:44.7256850Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T07:49:44.7480781Z 7668790713f14a464e3f00385f5608118824de77
